Skip to content

Fix Dev_Release build type#661

Merged
kernelwernel merged 1 commit intokernelwernel:mainfrom
Warp-Master:main
Mar 27, 2026
Merged

Fix Dev_Release build type#661
kernelwernel merged 1 commit intokernelwernel:mainfrom
Warp-Master:main

Conversation

@Warp-Master
Copy link
Copy Markdown
Contributor

What does this PR do?

  • Add a new technique
  • Add a new feature
  • Add a new README translation
  • Improve code
  • Fix bugs
  • Refactoring or code organisation
  • Stylistic changes
  • Sync between branches
  • Other

Briefly explain what this PR does:

Currently, it is impossible to build Dev_Release for Linux, because of Dev_Release also matches the Release statement, as they act like regular expressions. There are two solutions:

  1. Change Release to ^Release.
  2. Rearrange statements.

@kernelwernel kernelwernel self-assigned this Mar 27, 2026
@kernelwernel
Copy link
Copy Markdown
Owner

kernelwernel commented Mar 27, 2026

Didn't know that, I assumed MATCHES was equivalent to a == operator but apparently that was wrong, thanks for pointing this out.

@kernelwernel kernelwernel merged commit 3ae4f9c into kernelwernel:main Mar 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants